home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PAS_0793 / KABLOOIE.KAB < prev    next >
Text File  |  1993-07-03  |  3KB  |  298 lines

  1. ─ Fido Pascal Conference ────────────────────────────────────────────── PASCAL ─
  2. Msg  : 368 of 375                                                               
  3. From : Rick Saunooke                       1:3641/1.0           01 Jul 93  23:44 
  4. To   : All                                                                       
  5. Subj : A Contribution - Part 6                                                
  6. ────────────────────────────────────────────────────────────────────────────────
  7. -------------------------------[ Part 6 ]----------------------------
  8.  
  9.  The following four packing items are general-purpose colored sparks.
  10.  
  11. packing
  12. red spark
  13. noflash
  14. red
  15. 120
  16. 4
  17. end
  18.  
  19. packing
  20. blue spark
  21. noflash
  22. blue
  23. 120
  24. 4
  25. end
  26.  
  27. packing
  28. green spark
  29. noflash
  30. green
  31. 120
  32. 4
  33. end
  34.  
  35. packing
  36. yellow spark
  37. noflash
  38. yellow
  39. 120
  40. 4
  41. end
  42.  
  43.  This packing is part of chrys; it flashes after a bit.
  44.  
  45. packing
  46. bomb
  47. flash
  48. green
  49. 130
  50. 3
  51. green spark
  52. 10
  53. 0
  54. 3
  55. end
  56.  
  57.  A classic 'chrysanthemum' firework with a few bombs.
  58.  
  59. firework
  60. chrys
  61. flash
  62. blue
  63. 150
  64. 3
  65. red spark
  66. 220
  67. 40
  68. 4
  69. bomb
  70. 5
  71. 0
  72. 3
  73. end
  74.  
  75. firework
  76. quickblue
  77. flash
  78. blue
  79. 130
  80. 4
  81. blue spark
  82. 80
  83. 35
  84. 3
  85. end
  86.  
  87. firework
  88. quickred
  89. flash
  90. red
  91. 135
  92. 4
  93. red spark
  94. 80
  95. 35
  96. 3
  97. end
  98.  
  99. firework
  100. quickgreen
  101. flash
  102. green
  103. 135
  104. 4
  105. green spark
  106. 80
  107. 35
  108. 3
  109. end
  110.  
  111. firework
  112. quickyellow
  113. flash
  114. yellow
  115. 135
  116. 4
  117. yellow spark
  118. 80
  119. 35
  120. 3
  121. end
  122.  
  123.  A green dot that dissolves into a blue shower.  Part of 'waterfall.'
  124.  
  125. packing
  126. shower
  127. noflash
  128. green
  129. 120
  130. 3
  131. blue spark
  132. 16
  133. 2
  134. 1
  135. end
  136.  
  137.  Produces many 'showers.'
  138.  
  139. firework
  140. waterfall
  141. flash
  142. blue
  143. 130
  144. 3
  145. shower
  146. 50
  147. 5
  148. 2
  149. end
  150.  
  151.  A recursive packing that continuously emits red sparks.
  152.  
  153. packing
  154. bam
  155. noflash
  156. yellow
  157. 12
  158. 3
  159. red spark
  160. 4
  161. 1
  162. 2
  163. bam
  164. 1
  165. 0
  166. 0
  167. end
  168.  
  169.  The launch pad for the above.
  170.  
  171. firework
  172. bammo
  173. flash
  174. yellow
  175. 140
  176. 3
  177. bam
  178. 8
  179. 2
  180. 3
  181. end
  182.  
  183.  
  184. ... With friends like these, who need hallucinations?
  185. --- Blue Wave/RA v2.12
  186.  * Origin: Durham,NC [Psychotronic BBS] 919-286-4542 & 286-7738 (1:3641/1.0)
  187.  
  188. ─ Fido Pascal Conference ────────────────────────────────────────────── PASCAL ─
  189. Msg  : 369 of 375                                                               
  190. From : Rick Saunooke                       1:3641/1.0           01 Jul 93  23:50 
  191. To   : All                                                                       
  192. Subj : A Contribution - Part 7                                                
  193. ────────────────────────────────────────────────────────────────────────────────
  194. ------------------------------[ Part 7 ]----------------------------
  195.  
  196.  A double-chrysanthemum that releases green and blue sparks.
  197.  
  198. firework
  199. double
  200. flash
  201. yellow
  202. 125
  203. 3
  204. blue spark
  205. 120
  206. 30
  207. 3
  208. green spark
  209. 90
  210. 30
  211. 2
  212. end
  213.  
  214.  A yellow chrys packing that waits for a bit.
  215.  
  216. packing
  217. delay
  218. flash
  219. yellow
  220. 150
  221. 3
  222. yellow spark
  223. 140
  224. 20
  225. 3
  226. end
  227.  
  228.  Explodes, and drops the above time bomb.
  229.  
  230. firework
  231. delayed
  232. flash
  233. red
  234. 140
  235. 3
  236. delay
  237. 1
  238. 0
  239. 0
  240. green spark
  241. 135
  242. 40
  243. 3
  244. end
  245.  
  246. packing
  247. bomber
  248. flash
  249. red
  250. 170
  251. 3
  252. red spark
  253. 10
  254. 0
  255. 2
  256. blue spark
  257. 15
  258. 0
  259. 3
  260. end
  261.  
  262. firework
  263. mongoose
  264. flash
  265. blue
  266. 195
  267. 3
  268. yellow spark
  269. 220
  270. 34
  271. 4
  272. bomber
  273. 12
  274. 0
  275. 3
  276. end
  277.  
  278. firework
  279. shorty
  280. flash
  281. green
  282. 150
  283. 4
  284. yellow spark
  285. 100
  286. 45
  287. 4
  288. red spark
  289. 45
  290. 10
  291. 3
  292. end
  293.  
  294. ... How come the AT&T symbol looks like the Death Star ?
  295. --- Blue Wave/RA v2.12
  296.  * Origin: Durham,NC [Psychotronic BBS] 919-286-4542 & 286-7738 (1:3641/1.0)
  297.  
  298.